home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripts / js / real / raytr / r3dynch.js < prev    next >
Encoding:
JavaScript  |  2005-04-04  |  858 b   |  37 lines

  1.  
  2. // JavaScript wrapper for r3dynch.h
  3. // Auto generated file, do not modify by hand
  4. // Copyright ⌐ 2004, Realsoft Graphics Oy
  5.  
  6. var R3_FRDYNCHAN_H = 1;
  7. include("real/raytr/r3frlibo.js")
  8.  
  9.  
  10. var R3CLID_FRDYNAMICCHANNEL = 479;
  11.  
  12.  
  13.  
  14.  
  15. R3FRDYNCHA_ChannelClass = 479500;
  16. function SetR3FRDYNCHA_ChannelClass(value) {
  17.   R3Set(this.r3obj, R3FRDYNCHA_ChannelClass, value, R3TID_INTEGER, 0); 
  18. }
  19.  
  20. function GetR3FRDYNCHA_ChannelClass() {
  21.   return R3Get(this.r3obj, R3FRDYNCHA_ChannelClass, R3TID_INTEGER, 0); 
  22. }
  23.  
  24.  
  25.  
  26. function r3Frdynamicchannel () { 
  27.    this.base = r3God;
  28.    if(arguments.length) {
  29.       this.base(R3CLID_FRDYNAMICCHANNEL, arguments);
  30.    }
  31.    // Attributes
  32.    this.GetChannelClass=GetR3FRDYNCHA_ChannelClass;
  33.    this.SetChannelClass=SetR3FRDYNCHA_ChannelClass;
  34. }
  35.  
  36. r3Frdynamicchannel.prototype=new r3Frlibobject;
  37. // r3dynch.h_H